type testing.chattyFlag

7 uses

	testing (current package)
		testing.go#L493: 	chatty               chattyFlag
		testing.go#L527: type chattyFlag struct {
		testing.go#L532: func (*chattyFlag) IsBoolFlag() bool { return true }
		testing.go#L534: func (f *chattyFlag) Set(arg string) error {
		testing.go#L548: func (f *chattyFlag) String() string {
		testing.go#L558: func (f *chattyFlag) Get() any {
		testing.go#L567: func (f *chattyFlag) prefix() string {